/*
  * @Description: 主入口文件  
  * @Company: TRS  
  * @Date: 2019-12-10 10:05:57 
  * @LastEditors: xhy 
 */

@charset 'utf-8';

/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

a,
span {
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
button,
text {
    vertical-align: top;
    outline: none;
    border: none;
}

button {
    padding: 0;
    background: none;
    cursor: pointer;
}


body {
    font-size: 15px;
    color: #000;
    font-family: "Microsoft YaHei";
    background: url() top center no-repeat;
}







.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.db {
    display: inline-block;
}




.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}




.centerWidth {
    width: 1210px;
    margin: 0 auto;
}
.centerWidth1 {
    width: 780px;
    margin: 0 auto;
}



.underline:hover,
.underlines a:hover {
    text-decoration: underline;
}

.overflow,
.overflows a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hover,
.hovers img {
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}

.hover:hover,
.hovers img:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}

.innerbox::-webkit-scrollbar {
    width: 4px;
}

.innerbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shaow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.innerbox::-webkit-scrollbar-track {
    border-radius: 0px;
    -webkit-box-shaow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
}

body {
    min-width: 1200px;
}

em {
    float: left;
    
    font-style: revert;
}
/***首页***/
.header{
	position:relative;
    width: 1210px;
    margin: 0 auto;
}
.top_bar_content{
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}
.top_bar_Date{
	display: inline-block;
	    line-height: 50px;
	    color: #666;
	padding-left: 20px;
}
.headertop{
	 padding: 60px 0 60px;
	
	background: url(head_bg.png) no-repeat center;
	
}

.searchform{
    text-align: right;
    margin-top: 7px;
}
.searchform input{
    width: 240px;
        height: 34px;
        line-height: 34px;
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 0 15px;
}

.searchbtn{
    display: inline-block;
        width: 60px;
        height: 35px;
        line-height: 34px;
        font-size: 14px;
        background-color: #2258A9;
        color: #fff;
    border: 1px oslid #ddd;

}
.login{
	line-height: 50px;
	    padding-right: 20px;
}
.login a{
	color: #666;
}


.header .nav{
	width:1210px;
	margin:0 auto;
    height: 60px;
    line-height: 60px;
    background: #2258A9;
}


.navul {
    height: 60px;
    line-height: 60px;
}

.navul li {
    float: left;
    width: 12.5%;
    height: 100%;
    line-height: 60px;
    text-align: center;
}

.navul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.navul li a:hover,
.navul li a.cur {
    background: #1d509d;
}

.homeboy {
    width: 1210px;
    margin: 0 auto;
    background: #fff;
    padding: 0px;
    box-sizing: border-box;
}
.toutiao{padding:20px 30px;}
.toutiao h3{font-size:32px;line-height:60px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:normal;}
.toutiao .condesc{font-size:16px;text-align:left;overflow:hidden;text-overflow:ellipsis;line-height:30px;height: 60px;}
.row{
	margin:0 -10px;
}

.jc-c1l {
    width: 590px;
    height: 435px;
    overflow: hidden;
    position: relative;
}

.jc-c1img a {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}

.jc-c1img a img {
    width: 590px;
    height: 435px;
}

.jc-c1text {
    position: absolute;
    width: 100%;
    height: 39px;
    line-height: 39px;
    padding-left: 20px;
    box-sizing: border-box;
    bottom: 0;
    border: 0px solid #e7e7e7;
    box-sizing: border-box;
	background-color:rgba(0,0,0,0.5)
	
}

.jc-c1text a {
    max-width: 65%;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
	
}

.jc-c1text a:hover,
.text:hover,
.texts a:hover {
    color: #72a3d8;
}



.con2-lf {
    width: 600px;
    margin: 0 10px 0 10px;
	border:1px solid #ddd;
	box-sizing:border-box;
}
.con2  .con2-lf{
	margin:0 0 0 20px;
}
.con1-lfas{
	width: 100%;
	height: 59px;
	line-height: 60px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	border-bottom:1px solid #ddd;
	background-color: #2258A9;
	
}
.con1-lfas>a{
    font-size: 18px;
    color: #fff;
    position: relative;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
	text-align: center;
    padding: 0 25px;
    letter-spacing: 1.2px;
}
.con1-lfas>a.cur{
    border-bottom: 8px solid #a3c7f2;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    height: 59px;
    line-height: 60px;
}
.li-he li{
	margin: 10px 0 0 0;
}
.div-he{
    line-height: 25px;
height: 50px;
}
.div-he a{
    max-width: 95%!important;
}



.con2-lfas {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px 0 0;
    box-sizing: border-box;
	border-bottom:1px solid #ddd;
	background-color: #3a7de0;
}
.con2-lfas>a{
    font-size: 18px;
    position: relative;
    display: inline-block;
   
   width: auto;
    box-sizing: border-box;
	text-align: center;
	padding: 0 15px;
}
.con2-lfas>a.cur{
    border-bottom: 4px solid #a3c7f2;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
	background-color: #2258A9;
}
.con1-lfas .text>a{
	color: #a3c7f2;
}
.con2-lf ul.con2-item{
	padding:5px 0px 0px;
}
ul.conno-item{
    padding:0 15px 10px;
}



.morea {
    color: #999999;
    font-size: 13px;
}

.con2-item li {
    line-height: 45px;
}

.con2-item li a {
    padding-left: 12px;
    max-width: 80%;
    display: inline-block;
    font-size: 15px;
    color: #333333;
}

.con2-item li a{
   
    background: url(lip1.png) left center no-repeat;
}

.tabitem{
	display:none;
}
.tabitem.cur{
	display:block;
}

.morea{
	display:none;
}
.morea.cur{
	display:block;
}

.tabcon{
	padding:0px 15px 10px;
}
.con2-item li span {
    font-size: 14px;
    color: #999;
}
.con5 {
	border:1px solid #ddd;
}

.con3 {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
}

.con3-img {
    width: 100%;
    height: 100%;
}

.con3-img a {
    position: absolute;
    left: 0;
    top: 0;
}

.con3-dot {
    position: absolute;
    right: 13px;
    bottom: -10px;
}

.con3-dot span {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #fff;
    font-size: 13px;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
}

.con3-dot span:hover,
.con3-dot span.cur {
    background: #47a9ec;
}

a.moree  {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 55px;
    display: block;
}

.otherlist ul{
    padding: 10px 0;
}
.modulartitle{
    height: 45px;
    line-height: 45px;
    background:#d6dde2;
    background-size: 100% 100%;
   
}

.moredata{
    font-size: 16px;
    color: #999;
    float: right;
}

.zwpubmodular{
    border:1px solid #ddd;
}
.modalcon{
    padding: 20px 20px 20px;
}

.jc-c12 {
    width: 610px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.jc-c10{
	width: 450px;
}
.jc-c8{
	width: 400px;
	margin: 0 10px 10px 10px;
}
.jc-c9{
	width: 340px;
}
.jc-c5{
	width: 1210px;
}
.jc-c5 ul{
	padding: 10px;
}
.maillisticon{
    margin: 20px 0;
    padding: 0 15px;
}
.maillisticon li{
    width: 25%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5px;
}






.maillisticon li a{
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    background-color: rgb(238, 246, 251);
   
	width: 85px;
	height: 50px;
}



.maillisticon1 li a{
	width: 80px;
	height: 80px;
	background-color: #2258A9;
	
}
.maillisticon li p{
	padding: 5px 0 10px 0;
}
.maillisticon li a img{
    height: 30px;
	margin: 10px auto;
}
.maillisticon1 li a img {
    
    width: 52%;
    height: auto;
    margin: 20px auto;
}
.hd{text-align: center;
    margin: 32px auto;}
.hd img{
	width: 92%;
}
.xxgk{
	padding: 10px;
}
.xxgk_ul{
	margin: 15px 0px;
}
.xxgk_ul li {
   width: auto;
   padding: 10px 8px;
}
.xxgk_ul li>a:hover{
background: #2258A9;
	color: #fff;
}
.xxgk_ul li a{
	width: 180px;
	height: 70px;
   
   text-align: center;
       line-height: 70px;
}



.con4-lf{
    width: 580px;
    margin: 0 0 0 20px;
    /* border:1px solid #ddd; */
    box-sizing:border-box;
}
.con5-lf{
	width: 750px;
	margin: 0 0 0 10px;
	
	
}
.con6-lf{
	width: 750px;
	margin: 10px 0 0 10px;
	
	
}
.con6-img li{
	width: 220px;
	margin-right: 15px;
}
.con6-img li a{
	display: block;
}


.systemlist li{
    margin-top: 10px;
}
.jc-c5 li{
    margin-top: 0px;
}
.systemlist li img{
    width: 100%;
height: 128px;
}
.con7-img li{
	width: 22%;
	margin: 0 10px 0px 22px;
}
.tu_text{
    position: absolute;
    top: 65px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    width: 260px;
}
.tu_text1{
	position: absolute;
	    bottom: 30px;
	    left: 45px;
	    font-size: 22px;
	    color: rgb(255, 255, 255);
	
}
.tu a{
	position: relative;
}
/***尾部***/
.friendlink{
    background-color: #2258A9;
    height:50px;
    box-sizing: border-box;
    margin-top: 20px;
}
.linklist{
    width: 1210px;
    margin: 0 auto;
    font-size: 16px;
}
.linklist p{
	line-height: 50px;
	    color: #fff;
}
.linklistcon{
    width: 220px;
        float: left;
        box-sizing: border-box;
        margin: 7px 0px 0px 8px;
}
.dropmune{
    position: relative;
}
.dropname{
    height: 35px;
    line-height: 35px;
    text-align: center;
   background-color: #fff;
    border: 1px solid #ddd;
}
.dropname1{
	background: #fff url(zsj.png) 96% center no-repeat;
}
.droplist{
    background-color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    max-height: 180px;
    overflow-y: auto;
    display: none;
	text-align: center;
}
.dropmune:hover{
    cursor: pointer;
}

.dropmune:hover .dropname1{
    background: #fff url(dzj.png) 96% center no-repeat;
}
.dropmune:hover .droplist{
    display: block;
}
.droplist li a{
    display: block;
    padding: 0 20px;
    line-height: 36px;
}
.droplist li a:hover{
    background-color: #f1f1f1;
    color: #2b83ff;
}

.pagefoot{
	padding:30px 0;
	background-color:#eef4ff;
}
.footlink{text-align:center;font-size:16px;color:#333;line-height: 30px;}
.footlink a{
	padding:0 10px;color:#666;
}
.footdesc{
	text-align:center;
	font-size:16px;color:#666;padding:0px 0;line-height: 30px;
}

.footdesc span{
	padding:0 5px;
}



.footicon{
    margin-top: 20px;
}
.foot{
	width: 1210px;
	margin: 0  auto;
}

.foot a{
	margin-top: 30px;
}












/* 鼠标经过抖动动画 */

.roateicon li a:hover img {
    animation: myrotate 0.5s;
    -moz-animation: myrotate 0.5s;
    -webkit-animation: myrotate 0.5s;
    -o-animation: myrotate 0.5s;
}

@keyframes myrotate {
    0% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    40% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* Firefox */

@-moz-keyframes myrotate {
    0% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    40% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    80% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* Safari 和 Chrome */

@-webkit-keyframes myrotate {
    0% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    40% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    80% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* Opera */

@-o-keyframes myrotate {
    0% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    40% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    80% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}



/*当前位置*/
.m-local1 {
    height: 58px;
    line-height: 58px;
    padding-left: 44px;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff url(dqwz_3.png) no-repeat 18px center;
}

/*概览-左侧*/
.pic-sec1{

padding: 20px;

}
.l-lf {
        width: 22%;
}

.l-gl-box1 {
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
}

.ct1 > .tit {
  
    background: #2258A9;
    height: 50px;
    width: 100%;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
text-align: center;
}

.ct1 > .tit .bt {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.ct1 > .tit .pic {
   margin: 0 9px 0 -45px;
}

.xwglIt{
	 border-bottom: solid 1px #ddd;
	    height: 44px;
	    line-height: 44px;
text-align: center;
}
.xwglIt a{
	    color: #254458;
	    display: block;
	    line-height: 44px;
	    padding: 0px 15px;
}
.l-sidebar1 li.on a{
	background-color: #2258A9;
	color: #fff;
}

/* 右侧 */
.pic-sec1 .ct2 {
    width: 76%;
}
.l-gl-headtt1{
	border-bottom: 1px solid #c4c4c4;
}
.lbgd{

line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    color: #a29e9e;

}
.l-gl-headtt1 .title{
	line-height: 45px;
	    font-size: 16px;
	    font-weight: bold;
	    margin-left: 10px;
	    float: left;
	  
	    background: url(subicon1.gif) no-repeat left center;
	    padding-left: 27px;
}
.m-news-list{
	padding-left: 10px;
}
.m-news-list li{
	border-bottom: dotted 1px #ccc;
	    height: 24px;
	    line-height: 24px;
	    background: url(lip1.png) no-repeat left center;
	    padding: 8px 5px 8px 15px;
		text-align: right;
		    font-size: 14px;
		    color: #999;
		
}

.m-news-list li a {
    float: left;
        max-width: 80%;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
       
}

.m-news-list li a:hover {
    color: #72a3d8;
   
}


/*细览*/
.homeboy_nr .title {
    padding: 25px 10px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.xl-info{
text-align: center;
    color: #666;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}
.xl-info span{
margin: 0 15px 0px 10px;
}
.article-detail{
margin: 30px 80px;
}

.TRS_Editor P{line-height:2;font-family:宋体;font-size:16pt;}.TRS_Editor DIV{line-height:2;font-family:宋体;font-size:16pt;}.TRS_Editor TD{line-height:2;font-family:宋体;font-size:16pt;}.TRS_Editor TH{line-height:2;font-family:宋体;font-size:16pt;}.TRS_Editor SPAN{line-height:2;font-family:宋体;font-size:16pt;}.TRS_Editor FONT{line-height:2;font-family:宋体;font-size:16pt;}.TRS_Editor UL{line-height:2;font-family:宋体;font-size:16pt;}.TRS_Editor LI{line-height:2;font-family:宋体;font-size:16pt;}.TRS_Editor A{line-height:2;font-family:宋体;font-size:16pt;}

/*互动交流*/
.hd-top {
				width: 1200px;
				height: 643px;
				background-color: #ffffff;
				box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 12%);
				border-radius: 8px;
				margin: 0px auto 0;
			}

			.hd-top .ztab {
				width: 792px;
				margin-left: 25px;
				margin-top: 30px;
			}

			.hd-top .ztab .tit {
				font-size: 24px;
				color: #333333;
				line-height: 26px;
				font-weight: bold;
				background: url(hdjlxxx.png) left center no-repeat;
				padding-left: 20px;
				margin-left: 7px;
			}

			.hd-top .ztab .tit a {
				font-size: 14px;
				color: #666666;
				line-height: 26px;
				font-weight: normal;
				background: url(hd-more.png) right center no-repeat;
				padding-right: 20px;
				margin-right: 12px;
			}

			.hd-top .ztab .xjtable {
				width: 100%;
				margin-top: 20px;
				margin-bottom: 20px;
			}

			.hd-top .ztab .xjtable .tnorw td,
			.hd-top .ztab .xjtable .tnorw a {
				font-size: 15px;
				color: #000000;
				line-height: 24px;
				text-align: center;
				padding-top: 22px;
			}

			.hd-top .ztab .xjtable .tnorw .pdl {
				text-align: left;
				padding-left: 22px;
			}

			.hd-top .ztab .xjtable .tline {
				height: 45px;
				background: #F3F3F3;
			}

			.hd-top .ztab .xjtable .tline th {
				font-size: 16px;
				color: #333333;
				line-height: 45px;
				font-weight: normal;
				text-align: center;
			}

			.hd-top .ztab .xjtable .tline th:first-child {
				text-align: left;
				padding-left: 22px;
			}

			.hd-top .rlig {
				width: 310px;
				margin-top: 85px;
			}

			.hd-top .rlig .ldxx {
				width: 210px;
				height: 185px;
				overflow: hidden;
				background: url(hd-xx.png) center no-repeat;
				border-radius: 12px;
			}

			.hd-top .rlig .ldxx a {
				width: 80%;
				height: 45px;
				background: rgba(63, 136, 211, 0.2);
				border-radius: 5px;
				border: solid 1px #489CDA;
				display: block;
				box-sizing: border-box;
			}

			.hd-top .rlig .ldxx .wx {
				margin: 60px auto 0;
			}

			.hd-top .rlig .ldxx .wx:hover,
			.hd-top .rlig .ldxx .cur {
				background: rgba(79, 171, 223, 0.6);
				border: solid 1px #5BD1EB;
			}

			.hd-top .rlig .ldxx .wc:hover,
			.hd-top .rlig .ldxx .cur {
				background: rgba(79, 171, 223, 0.6);
				border: solid 1px #5BD1EB;
			}

			.hd-top .rlig .ldxx a span {
				font-size: 16px;
				color: #ffffff;
				line-height: 45px;
				padding-left: 35px;
				margin-left: 20%;
			}

			.hd-top .rlig .ldxx .wx:hover .sp1,
			.hd-top .rlig .ldxx .cur .sp1 {
				background: url(wx3.png) left center no-repeat;
			}

			.hd-top .rlig .ldxx .wc {
				margin: 16px auto 0;
			}

			.hd-top .rlig .ldxx .wc span {
				background: url(wc.png) left center no-repeat;
			}

			.hd-top .rlig .ldxx .wc:hover .sp2,
			.hd-top .rlig .ldxx .cur .sp2 {
				background: url(wc2.png) left center no-repeat;
			}

			.wyxxIt {
				display: block;
				float: left;
				border: 1px #cedce5 solid;
				width: 205px;
				height: 140px;
				border-radius: 5px;
				text-align: center;
				margin-bottom: 15px;

			}

			.pic {
				margin-top: 20px;
			}

			.nm {
				font-size: 18px;
				font-weight: bold;
				margin-top: 5px;
			}

/*细览-互动*/
table tr td, table {
		    border-collapse: collapse;
		}
		
		textarea {
		    outline: none;
		    border: none;
		    resize: none;
		}
#ln-xjlb-tab {
   margin: 0px auto 0px auto;
       width: 100%;
       border: 1px solid #eee;
       margin-top: 10px;
}
#ln-xjlb-tab tr {
    border-top: 1px solid #eee;
}
#ln-xjlb-tab tr:first-child {
    border-top: none;
}

#ln-xjlb-tab tr td {
    height: 60px;
    padding-left: 21px;
    padding-right: 25px;
    line-height: 59px;
    font-size: 14px;
    color: #333;
    border-left: 1px solid #eee;
}
#ln-xjlb-tab tr td:first-child {
    width: 116px;
    padding-left: 0;
    padding-right: 44px;
    text-align: right;
    border-left: none;
    background: #f7f7f7;
    vertical-align: top;
    line-height: 60px;
}
/*细览-互动-提交*/
.nxrq_hd_form_body {
		    width: 1180px;
		   		    padding: 15px;
		   		    margin: 5px auto;
		   		    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
		}
		 .nxrq_hd_form_body .nxrq_hd_form_body_section p {
		    font-size: 18px;
		    color: #333;
		    font-weight: bold;
		    height: 36px;
		    line-height: 36px;
		    padding-left: 15px;
		}
		 .nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb {
		    margin-top: 30px;
		}
		 .nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li {
		    width: 480px;
		    height: 45px;
		    line-height: 45px;
		    margin-bottom: 27px;
		}
		 .nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li span {
		    display: inline-block;
		    width: 95px;
		    height: 45px;
		    line-height: 45px;
		    text-align: right;
		    margin-right: 25px;
		    font-size: 16px;
		    color: #333;
		}
		 .nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li span font {
		    vertical-align: middle;
		    color: #ee1d1d;
		}
		 .nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li input {
		    width: 328px;
		    padding-left: 25px;
		    height: 45px;
		    line-height: 45px;
		    font-size: 14px;
		    border: 1px solid #d2d2d2;
		    vertical-align: top;
		}
		.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li .nxrq_hd_form_body_section_pb_wtlb {
		    width: 355px;
		    height: 45px;
		    border: 1px solid #d2d2d2;
		    padding-left: 25px;
		}
		.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li .nxrq_hd_form_body_section_pb_wtlb {
		    background-color: #f6f8fc;
		}
.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li input {
		    background-color: #f6f8fc;
		}
		 .nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li span {
		    display: inline-block;
		    width: 95px;
		    height: 45px;
		    line-height: 45px;
		    text-align: right;
		    margin-right: 25px;
		    font-size: 16px;
		    color: #333;
		}
		 .nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li .nxrq_hd_form_body_section_pb_xx_radio {
		    width: 15px;
		    height: 15px;
		    margin-top: 14px;
		    margin-right: 10px;
		}
		 .nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li .nxrq_hd_form_body_section_xx_label {
		    width: 20px;
		}
		.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.clearboth {
		    clear: both;
		    width: 100%;
		}
		.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.clearboth input {
		    width: 87%;
		}
		.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_ad {
		    width: 715px;
		    text-align: right;
		}
		.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li .nxrq_hd_form_body_section_pb_addr {
		    width: 290px;
		    height: 45px;
		    border: 1px solid #d2d2d2;
		    padding-left: 25px;
		}
		.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li .nxrq_hd_form_body_section_pb_addr {
		    background-color: #f6f8fc;
		}
	.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_xjnr {
		    height: 240px;
		}
		.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_xjnr textarea {
		    width: 89%;
		    height: 240px;
		    border: 1px solid #d2d2d2;
		}
		.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_xjnr textarea {
		    background-color: #f6f8fc;
		}
		.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_yzm {
		    width: 100%;
		    margin-bottom: 50px;
		}
		.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_yzm .nxrq_hd_form_body_section_pb_yzm_input {
		    width: 180px;
		}
		.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li .nxrq_hd_form_body_section_pb_yzm_a {
		    margin: 0 12px;
		}
		.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li .nxrq_hd_form_body_section_pb_yzm_a img {
		    vertical-align: top;
		}
		.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li .nxrq_hd_form_body_section_pb_yzm_a2 {
		    font-size: 16px;
		    color: #333;
		    display: inline-block;
		    width: 200px;
		}
	
		.nxrq_hd_form_body .nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_an {
		    text-align: center;
		    height: 50px;
		    line-height: 50px;
		    margin-bottom: 25px;
		}
		.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_an .nxrq_hd_form_body_section_pb_btn {
			    display: inline-block;
			    text-align: center;
			    width: 240px;
			    height: 50px;
			    font-size: 16px;
			    color: #fff;
			    background-color: #333333;
			    margin-right: 30px;
			   
			}
			.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_an .nxrq_hd_form_body_section_pb_btn {
			    background-color: #96a9d0;
			}
		.nxrq_hd_form_body_section .nxrq_hd_form_body_section_pb li.nxrq_hd_form_body_section_pb_an .nxrq_hd_form_body_section_pb_submit {
		    background-color: #4379f5;
		}
		


/*写信须知*/

	.xxxz {
					width: 100%;
					background: transparent url(bj.0d8b5e8.png) no-repeat bottom;
					background: transparent url(bj.0d8b5e8.png) no-repeat bottom;
				}

				.xxxz_title {
					color: #2258A9;
					text-align: center;
					width: 100%;
					font-size: 20px;
					background-color: #fafafa;
					border: 1px solid #d8d9d9;
					border-bottom: 1px solid #2258A9;
					font-weight: 700;
					line-height: 50px;
				}

				.xxxz_homeboy {

					width: 100%;
					
					border: 1px solid #d8d9d9;
					margin-bottom: 30px;
				}

				.headPage {
					text-indent: 30px;
					padding: 60px 50px 30px;
					line-height: 30px;
				}
				.ulListPage{
					padding: 0 100px;
					    line-height: 30px;
				}
				.tytj{
					    display: flex;
    padding: 80px 30px;
    justify-content: center;
					 
				}
				.tytj .tkyd input {
				    height: 22px;
				    margin: 0 10px;
				}
				.jban {
				  display: block;
				      width: 70px;
				      height: 40px;
				      color: #fff;
				      background-color: #2d66a5;
    border-color: #2d66a5;
				      text-align: center;
				      border-radius: 3px;
				      font-size: 14px;
				      line-height: 40px;
				}

.jbanhd {
				  display: block;
				      width: 70px;
				      height: 20px;
				      color: #fff;
				      background-color: #2d66a5;
    border-color: #2d66a5;
				      text-align: center;
				      border-radius: 3px;
				      font-size: 14px;
				      line-height: 20px;
				}

				
/*弹窗提示*/
.loadtip{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.1);
    padding: 10px 20px;
    min-width: 100px;
    text-align: center;
    border-radius: 6px;
    z-index: 999;
}
.pagetip{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.1);
    padding: 10px 20px;
    min-width: 100px;
    text-align: center;
    border-radius: 6px;
    z-index: 999;
}
.pagemodal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
}
.modalbody{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    box-shadow: 2px 2px 2px #f1f1f1;
    width: 300px;
    border-radius: 10px;
    z-index: 999;
}
.modalcon{
    padding: 15px;
    line-height: 24px;
}
.modalfoot{
    text-align: center;
    padding: 0 10px 10px;
}
.querenbtn{
    padding: 0 15px;
    background-color: rgb(81, 106, 245);
    color: #fff;
    line-height: 30px;
    border: none;
    box-shadow: 2px 2px 2px #f1f1f1;
    cursor: pointer;
    font-size: 16px;
}
/*加载动画*/
.loader-1 {
    width: 48px;
    height: 48px;
    border: 5px solid #f1f1f1;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}
@-webkit-keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .loader-2 {
    width: 48px;
    height: 48px;
    border: 3px solid #F1F1F1;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}
.loader-2:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: #FF3D00;
    border-left-color: #FF3D00;
}